GrapeCity SPREAD for Windows Forms 11.0J
ListItemInfo コンストラクタ(Object[],Object)


オブジェクトのコレクション。
ListItemInfoオブジェクトの画像を表すobject値。
指定した設定を使用してListItemInfoクラスの新しいインスタンスを初期化します。
構文
'Declaration
 
Public Function New( _
   ByVal subItems() As Object, _
   ByVal image As Object _
)
'使用法
 
Dim subItems() As Object
Dim image As Object
 
Dim instance As New ListItemInfo(subItems, image)
public ListItemInfo( 
   object[] subItems,
   object image
)

パラメータ

subItems
オブジェクトのコレクション。
image
ListItemInfoオブジェクトの画像を表すobject値。
参照

ListItemInfo クラス
ListItemInfo メンバ
オーバーロード一覧

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.